projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ee320
)
configure.ac: switch to POSIX sh behaviour
author
Ashish SHUKLA
<ashish.is@lostca.se>
Thu, 2 Apr 2020 20:37:05 +0000
(
02:07
+0530)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 3 Apr 2020 10:14:30 +0000
(11:14 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 393a53d7633a2d63c62d504ef92d28c7c2f377f8..e8f460109108df9df997eb04fae5475b36b55fe5 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3729,7
+3729,7
@@
if test "${with_nativecomp}" != "no"; then
AC_CHECK_LIB(gccjit, gcc_jit_context_acquire, HAVE_NATIVE_COMP=yes))
if test "${HAVE_NATIVE_COMP}" = "yes"; then
LIBGCCJIT_LIB="-lgccjit -ldl"
- COMP_OBJ
+=comp.o
+ COMP_OBJ
="comp.o"
AC_DEFINE(HAVE_NATIVE_COMP, 1, [Define to 1 if you have the libgccjit library (-lgccjit).])
else
AC_MSG_ERROR([elisp native compiler requested but libgccjit not found.